home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global lightswitch2, gobackto, spriteloo
- if lightswitch2 = 1 then
- puppetSprite(spriteloo, 1)
- spriteBox(spriteloo, 0, 0, 800, 600)
- set lightswitch2 to 0
- go("big2")
- exit
- end if
- if lightswitch2 = 0 then
- puppetSprite(spriteloo, 0)
- set lightswitch2 to 1
- go(gobackto)
- exit
- end if
- end
-